home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11904 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1023 b 

  1. Path: user2.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Float to String
  5. Date: 27 Mar 1996 14:14:34 GMT
  6. Organization: Monumental Network Systems
  7. Message-ID: <4jbiga$69p@news1.mnsinc.com>
  8. References: <4is29s$h1a@dfw-ixnews6.ix.netcom.com> <DoxG0L.H1A@news.cern.ch>
  9. NNTP-Posting-Host: user.mnsinc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Maurizio Loreti (loreti@mxsld2.pd.infn.it) wrote:
  13. : In article <4is29s$h1a@dfw-ixnews6.ix.netcom.com>, scoshe@ix.netcom.com(Christopher Scott Shelton ) writes:
  14. : >Is it possible to convert a float to a string?  like the itoa function.
  15.  
  16. : Yes.
  17.  
  18. Maurizio, there are two types of people who read your post:
  19.  
  20. 1.  Those that know the answer
  21. 2.  Those that don't know the answer
  22.  
  23. Unless you're trying to be funny, the first type doesn't care what you
  24. write, and the second type won't care unless you tell them the answer.
  25. Since you exerted the effort to post a reply, perhaps it will not strain
  26. you too much to mention the function 'sprintf()'?
  27.